BACKUP DATABASE master TO DISK = '\\xxx.xxx.xxx.xxx\backups\2013\daily\20130722\master' WITH ( DESCRIPTION = 'Master Backup 20130722', NAME = 'login-backup' ) ;
In Microsoft SQL Server, we can create full database backups using either SQL Server Management Studio (SSMS) or Transact-SQL (T-SQL). In this guide, we will learn an overview of the methods for performing full backups, highlight the necessary permissions